int a;
rat b;
a = lire();
b = lire();
afficher(a);
afficher(b);
afficher(b:lire());
afficher(b**lire());